This is wrapped around Report instaneces of type TemplateReport. Most notably this includes reports defined in custom apps This type of report is the most generic, it allows the report author to provide a template which generates any output. There are no filtering options built in so the template must define and apply any which are required However the standard ReportParams object is included as a property for convenience For custom apps, they will normally execute a search using the searchManager which is a property of this resource
Properties
Name | Returns | Notes | Example |
---|---|---|---|
websites | List | ||
description | String | ||
entity | String | ||
report | TemplateReport | ||
searchManager | SearchManager | ||
reportParams | ReportParams |
Methods
Name | Returns | Notes | Example |
---|---|---|---|
query ( json, localIndexNames ) | KSearchResponse | ||
replaceVars ( json ) | String | Does a text replace for standard input parameters: INTERVAL, MIN_DATE_FMT, MAX_DATE_FMT, MIN_DATE_L, MAX_DATE_L, ORG_ID |
Hide comments
